net/http.http2pipe.donec (field)

7 uses

	net/http (current package)
		h2_bundle.go#L3610: 	donec    chan struct{}   // closed on error
		h2_bundle.go#L3731: 	if p.donec == nil {
		h2_bundle.go#L3737: 	case <-p.donec:
		h2_bundle.go#L3739: 		close(p.donec)
		h2_bundle.go#L3758: 	if p.donec == nil {
		h2_bundle.go#L3759: 		p.donec = make(chan struct{})
		h2_bundle.go#L3765: 	return p.donec